Why do we use Redux provider?
We use Redux Provider because it allows us to make the Redux store available to any nested components in our React application. This enables us to easily manage and access state across different components, ensuring a consistent and predictable state management experience.